home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
williame.swf
/
scripts
/
frame_8
/
PlaceObject2_189_117
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
425 b
|
21 lines
onClipEvent(enterFrame){
if(_root.black.hitTest(_root.ship.hull))
{
tellTarget("_root.compteur")
{
nextFrame();
}
tellTarget("_root.enfant_dialogue")
{
setProperty("_root.enfant_dialogue", _Y, "-50");
}
}
else
{
tellTarget("_root.enfant_dialogue")
{
setProperty("_root.enfant_dialogue", _Y, "1000");
}
}
}